Skip Headers
Oracle® Retail Integration Bus Operations Guide
Release 13.1
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

4 Integration Gateway Services (IGS) Testing

The RIB Integration Gateway Services (IGS) component is a set of standard Web services that provide access to the RIB infrastructure. Once the IGS is installed, it should be tested. The RIB Installation Guide describes a basic test completed through the Oracle WebLogic Administration Console.

As part of this release, IGS includes a test suite that can be used by soapUI, a product of Eviware that is used to test Web services. An open source version of soapUI is available through the Eviware internet site, shown below.

Using the soapUI Tool and the IGS Test Suite

To complete IGS testing, follow these steps:

Download soapUI

  1. Download the latest release of the open source version of soapUI from the Eviware internet site: http://www.soapui.org/

  2. Using the documentation found at Eviware's product home page, follow the instructions for installing and configuring soapUI.

Import IGS

  1. Open the soapUI tool. Right click on "Projects".

  2. Click "Import Project".

  3. Select "igs-service-test-soapui-project.xml," as shown in the following illustration:

    Surrounding text describes Chapter%204.1.png.

Execute IGS Test Cases

  1. Right click on the project to select run time, Launch TestRunner, as shown in the following illustration:

    Surrounding text describes Chapter%204.2.png.
  2. In the Launch TestRunner screen (below), for TestSuite, select "all" for all Web services; or select the Web service to test.

  3. In the Launch TestRunner screen (below) For TestCase, select "all" for all operations; or select the operation to test.

    Surrounding text describes Chapter%204.3.png.
  4. Click the Overrides tab to enter the environment host and port. (This is the host and port of the Oracle WebLogic server on which the igs-service.ear is deployed. For example, linux1:7101.)

    Surrounding text describes Chapter%204.4.png.
  5. Click Launch.

  6. Results similar to those shown below are displayed on the console.

    Surrounding text describes Chapter%204.5.png.

Note:

For detailed instruction on test execution and to gain a better understanding of testing output, see soapUI tool documentation at the Eviware internet site: http://www.soapui.org